home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / USEFUL / ReadMe / !ReadMe2 < prev   
Text File  |  1995-12-05  |  3KB  |  66 lines

  1. Introduction
  2. ------------
  3.  
  4. You should have the following files :
  5.  
  6. In the root directory : 14 Modules
  7. ModConv     directory : Char->Data (Converts BBC fonts to data for use in
  8.                                     a module)
  9.                         MultiColCh (Creates multi-coloured characters)
  10.                         NewSprtPlt (Converts sprites to data for use in a 
  11.                                     module)
  12.                         RasterBars (Creates raster bars)
  13.                         SprToData  (Converts sprites to data (in a different
  14.                                    way to NewSprtPlt) for use in a module)
  15. ModTest     directory : CentreTest (Tests the centre routine)
  16.                         ColourTest (Tests the colour routine)
  17.                         CopyTest   (Tests the copying routine)
  18.                         FadeUp/Dn  (Tests the fade up and down routine)
  19.                         InputTest  (Tests the input routine)
  20.                         PadTest    (Tests the number padding routine)
  21.                         RandomTest (Tests the random number generator)
  22.                         ReadTest   (Tests the read system variables)
  23.                         SErrorTest (Tests the fixed error message output)
  24.                         TelPrntTst (Tests the teleprint routine)
  25.                         TestAppend (Tests the easy-to-use append routine)
  26.                         TestCompDe (Tests the compression/decompression 
  27.                                     routine)
  28.                         TestIRQFle (Tests reading a file under interrupts)
  29.                         TestIRQTxt (Tests printing under interrupts)
  30.                         TestMultiC (Tests multi-coloured text output)
  31.                         TestRaster (Tests raster display output)
  32.                         TestRedFne (Tests the re-define key routine)
  33.                         TestSprFst (Tests fast sprite display)
  34.                         TextMenuT  (Tests vertical menu display)
  35.                         TStepWipe  (Tests a screen wipe routine)
  36.                         VertHortTs (Tests two more screen wipe routines)
  37.                         WriteMTest (Tests another way of displaying multi-
  38.                                     coloured characters)
  39.                         XYFBoxCopy (Tests the cursor positioning, filled box
  40.                                     and copy routines)
  41. ReadMe      directory   !ReadMe    (Shows how to use the modules)
  42.                         !ReadMe2   (This file)
  43.  
  44. Some important notes :
  45.  
  46. A)  Although these programs are Public Domain, I retain copyright on ALL 
  47. modules.  You can modify the BASIC file in the ModTest directory ONLY until 
  48. your blue in the face, but you are not  allowed to :
  49.  
  50.     Modify an modules or programs in the ModConv (without my prior permission)
  51.     Reverse engineer the modules
  52.     Try and pass of the modules as your own 
  53.     Try and sell my modules
  54. You are allowed to copy & give to friends, Romans and fellow country-men
  55. these programs and modules.
  56.  
  57. B)  The programs in the ModConv directory provide only the bear minimum of
  58.     options, so don't go complaining that they're not user-friendly...
  59.  
  60. C)  I hope the modules are bug-free, but some may be left in despite some
  61.     heavy updating, so if you find any please let me know.
  62.  
  63. (C) Nicholas J. Kingsley 5/12/95 V1.00
  64.  
  65.  
  66.